Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand writebatch methods in C api #13272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jurmous
Copy link
Contributor

@jurmous jurmous commented Jan 6, 2025

Added:

  • rocksdb_writebatch_get_data_size

  • rocksdb_writebatch_has_put

  • rocksdb_writebatch_has_delete

  • rocksdb_writebatch_has_single_delete

  • rocksdb_writebatch_has_delete_range

  • rocksdb_writebatch_has_merge

  • rocksdb_writebatch_has_begin_prepare

  • rocksdb_writebatch_has_end_prepare

  • rocksdb_writebatch_has_commit

  • rocksdb_writebatch_has_rollback

  • rocksdb_writebatch_set_max_bytes

  • rocksdb_writebatch_mark_wal_termination_point

  • rocksdb_writebatch_get_wal_termination_point

  • rocksdb_writebatch_wi_get_data_size

  • rocksdb_save_point_get_size

  • rocksdb_save_point_get_count

  • rocksdb_save_point_get_content_flags

  • rocksdb_save_point_clear

  • rocksdb_save_point_is_cleared

  • rocksdb_save_point_destroy

And tests

@jurmous jurmous force-pushed the c-api-writebatch-savepoint branch from c1c7795 to 9d272d4 Compare January 9, 2025 15:04
@jurmous jurmous force-pushed the c-api-writebatch-savepoint branch 3 times, most recently from 9d75856 to 76de989 Compare January 20, 2025 14:23
Added:
- rocksdb_writebatch_get_data_size
- rocksdb_writebatch_has_put
- rocksdb_writebatch_has_delete
- rocksdb_writebatch_has_single_delete
- rocksdb_writebatch_has_delete_range
- rocksdb_writebatch_has_merge
- rocksdb_writebatch_has_begin_prepare
- rocksdb_writebatch_has_end_prepare
- rocksdb_writebatch_has_commit
- rocksdb_writebatch_has_rollback
- rocksdb_writebatch_set_max_bytes
- rocksdb_writebatch_mark_wal_termination_point
- rocksdb_writebatch_get_wal_termination_point
- rocksdb_writebatch_wi_get_data_size

- rocksdb_save_point_get_size
- rocksdb_save_point_get_count
- rocksdb_save_point_get_content_flags
- rocksdb_save_point_clear
- rocksdb_save_point_is_cleared
- rocksdb_save_point_destroy

And tests
@jurmous jurmous force-pushed the c-api-writebatch-savepoint branch from 76de989 to cfb43d4 Compare January 22, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants